home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Converters / tempconv.lha / TempConv / TempConv.doc < prev    next >
Encoding:
Text File  |  1994-10-06  |  2.6 KB  |  79 lines

  1. ---------------------------------------------------------------------------
  2.                         Temperature Converter 1.01                05-Oct-94
  3. ---------------------------------------------------------------------------
  4.  
  5. Introduction
  6. ~~~~~~~~~~~~
  7. A little utility that helps you to convert those Fahrenheit or Kelvin
  8. temperatures into Celsius (or, if you want into Kelvin/Fahrenheit)
  9.  
  10. Disclaimer
  11. ~~~~~~~~~~
  12. THIS SOFTWARE AND INFORMATION IS PROVIDED "AS IS". NO REPRESENTATIONS OR
  13. WARRANTIES ARE MADE WITH RESPECT TO THE ACCURACY, RELIABILITY, PERFORMANCE,
  14. CURRENTNESS, OR OPERATION OF THIS SOFTWARE AND INFORMATION, AND ALL USE IS
  15. AT YOUR OWN RISK. THE AUTHOR DOES NOT ASSUME ANY RESPONSIBILITY OR LIABILITY
  16. WHATSOEVER WITH RESPECT TO YOUR USE OF THIS SOFTWARE AND INFORMATION.
  17.  
  18. Copyright
  19. ~~~~~~~~~
  20. This program is FREEWARE. It may be freely distributed as long as all files
  21. in it remain unchanged and are included in the distribution. Also no more
  22. than a nominal copy fee may be charged for the distribution. This program
  23. cannot be used for commercial purposes without written permission from the
  24. author.
  25.  
  26. Function
  27. ~~~~~~~~
  28. When the program converts a temperature, it's rounded to integer (I don't
  29. need those decimals). The rounding may cause certain Fahrenheit degrees
  30. being rounded a little different when doing it the other way, but that
  31. doesn't matter (to me at least). Temperatures from -999 to 9999 Fahrenheit
  32. can be converted (-572 to 5537 Celsius). 
  33.  
  34. History
  35. ~~~~~~~
  36. 1.0     (06-Jun-94)
  37. -------------------
  38. First version
  39.  
  40. 1.01    (05-Oct-94)
  41. -------------------
  42. I made the window a little bit more font-sensitive.. (actually only the
  43. borders..).
  44.  
  45. I'm working on a routine that will make the program adjust its gadgets
  46. for the font that the user has selected in the screenfont preferences.
  47.  
  48. I know there are some libraries out there that handle this, but:
  49.  
  50. MUI (Magic User Interface)
  51. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  52. 1) MUI is too slow.
  53.  
  54. 2) You are not allowed to distribute the library with your program.
  55.  
  56. 3) If you use MUI, the program won't work if the user don't have MUI.
  57.  
  58. 4) I don't want to require the user to have a library that is 179708 bytes
  59.    (muimaster.library version 7.973 is that big).
  60.  
  61. 5) MUI gadgets is created/handled completely different than normal gadgets.
  62.  
  63. GadOutline.library
  64. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  65. 1) Again, the size.
  66.  
  67. GadLayout
  68. ¯¯¯¯¯¯¯¯¯
  69. 1) This could be great if there were docs/includes for assembler too.
  70.  
  71.  
  72.  
  73.              Send bug reports, ideas, PD Programs etc. to:
  74.  
  75.                            Staffan Hämälä
  76.                            Pellov. 268
  77.                            S-957 93 Pello
  78.                            SWEDEN
  79.